Skip to content

Teradata: Add CREATE TABLE options#2329

Merged
iffyio merged 1 commit intoapache:mainfrom
validio-io:teradata-create-table-statement
May 6, 2026
Merged

Teradata: Add CREATE TABLE options#2329
iffyio merged 1 commit intoapache:mainfrom
validio-io:teradata-create-table-statement

Conversation

@iffyio
Copy link
Copy Markdown
Contributor

@iffyio iffyio commented Apr 29, 2026

Adds support for some options in a Teradata CREATE TABLE statement.

Adds support for some options in a Teradata `CREATE TABLE`
statement.
);

assert_eq!(
snowflake().parse_sql_statements("CREATE TEMP VOLATILE TABLE my_table (a INT)"),
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this scenario no longer applies now that the parser accepts VOLATILE option in a create table statement

@iffyio iffyio requested a review from yoavcloud April 29, 2026 09:57
Copy link
Copy Markdown
Contributor

@yoavcloud yoavcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @iffyio!

@iffyio iffyio added this pull request to the merge queue May 6, 2026
@iffyio iffyio changed the title [Teradata] Add CREATE TABLE options Teradata: Add CREATE TABLE options May 6, 2026
Merged via the queue into apache:main with commit f98c9d1 May 6, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants